home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr22 / dmbb25.zip / ERRORL.BAT < prev    next >
DOS Batch File  |  1992-01-11  |  334b  |  9 lines

  1. @echo off
  2. echo off 
  3. echo Test ERRORLEVEL 2.02 test --- DMBB (c) Daniel MONTARON 1989.
  4. for %%x in (0 1 2) do if errorlevel=%%x00 set ERL=%%x
  5. for %%x in (0 1 2 3 4 5 6 7 8 9) do if errorlevel=%ERL%%%x0 set DIZ=%ERL%%%x
  6. for %%x in (0 1 2 3 4 5 6 7 8 9) do if errorlevel=%DIZ%%%x set ERL=%DIZ%%%x
  7. set DIZ=
  8. echo errorlevel = %ERL%
  9.